home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Multimedia Selection
/
Multimedia Selection Volume One - CD-ROM
/
MULTIMEDIA SELECTION____________.ISO
/
utils
/
dmbb262
/
errorl.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-05-14
|
334 b
|
9 lines
@echo off
echo off
echo Test ERRORLEVEL 2.02 test --- DMBB (c) Daniel MONTARON 1989.
for %%x in (0 1 2) do if errorlevel=%%x00 set ERL=%%x
for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%ERL%%%x0 set DIZ=%ERL%%%x
for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%DIZ%%%x set ERL=%DIZ%%%x
set DIZ=
echo errorlevel = %ERL%